home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / _j2 / wsmtpd16 / wsmtpsrv.rc < prev    next >
Text File  |  1993-10-09  |  10KB  |  160 lines

  1. #include <Windows.H>
  2. #include <Ver.h>
  3. #include "Dialogs.h"
  4. #include "Dialogs.dlg"
  5.  
  6. /*
  7. VS_VERSION_INFO     VERSIONINFO
  8. FILEVERSION         1,6,1,0
  9. PRODUCTVERSION      1,6,1,0
  10. FILEFLAGSMASK       VS_FFI_FILEFLAGSMASK
  11. FILEFLAGS           (VS_FF_PRERELEASE | VS_FF_DEBUG)
  12. FILEOS              VOS_DOS_WINDOWS16
  13. FILETYPE            VFT_APP
  14. FILESUBTYPE         VFT2_UNKNOWN
  15. BEGIN
  16.     BLOCK "VarFileInfo"
  17.     BEGIN
  18.         VALUE "Translation", 0x0409, 1252
  19.     END
  20.  
  21.     BLOCK "StringFileInfo"
  22.     BEGIN
  23.         BLOCK "040904e4"
  24.         BEGIN
  25.             VALUE   "CompanyName",      "Public Domain\0"
  26.             VALUE   "FileDescription",  "Windows SMTP Server\0"
  27.             VALUE   "FileVersion",      "1.61\0"
  28.             VALUE   "InternalName",     "WSMTPSRV\0"
  29.             VALUE   "LegalCopyright",   "Copyright (c) 1993 Ian Blenke. All rights reserved\0"
  30.             VALUE   "LegalTrademarks",  "None.\0"
  31.             VALUE   "OriginalFilename", "WSMTPSRV.exe\0"
  32.             VALUE   "ProductName",      "WSMTPSRV - Sendmail for WinSock\0"
  33.             VALUE   "ProductVersion",   "1.61\0"
  34.             VALUE   "Comments",         "Intended for Public Domain use only! - No Commercial resale permitted in ANY way.\0"
  35.         END
  36.     END
  37. END
  38.  /**//* Uncomment this if you have the 3.1 RC and some luck*/
  39.  
  40. IDI_ICONEMPTY   ICON "empty.ico"
  41. IDI_ICONFULL    ICON "full.ico"
  42.  
  43. STRINGTABLE
  44. BEGIN
  45.     IDS_FILTER,             "SMTP Mail files(*.DAT;*.SMT)\0*.dat;*.smt\0Text files(*.TXT)\0*.txt\0\0"
  46.     IDS_PREV_INSTANCE,      "There is a previous instance of WSMTPSRV already running!"
  47.     IDS_NO_WINSOCK,         "Windows Sockets API (WINSOCK.DLL) v1.1 or higher was not found on your system!"
  48.     IDS_BAD_VERSION,        "Windows Sockets v1.1 not supported by your WINSOCK.DLL, Sorry!"
  49.     IDS_SMTP_INIT,          "WSMTPSRV initialization error"
  50.     IDS_LOSTINPUT_S_S,      "%s Lost input channel from %s"
  51.     IDS_CONFIGERROR,        "Local configuration error, hostname not local"
  52.     IDS_COULDNTOPEN_S  ,    "Couldn't open file %s"
  53.     IDS_FILEERROR_S,        "File error on %s"
  54.  
  55.     LOG_CONNECT_S,          "Connection from %s"
  56.     LOG_DISCONNECT_S        "%s Disconnected!"
  57.     LOG_RECEIVED_S,         ">%s"
  58.     LOG_SENT_S,             "<%s"
  59.  
  60.     MSG_I_AM_S_S,           "%s Sendmail v1.61/WinSMTPSrv ready at %s"
  61.     MSG_WHOAREYOU_S_S_S,    "%s Hello %s, why do insist on calling yourself %s?"
  62.     MSG_WHOAREYOU_S_S,      "%s Hello %s, why do you wish to remain anonymous?"
  63.     MSG_HELLO_S_S,          "%s Hello %s, pleased to meet you"
  64.     MSG_HWOAREYOU_S_S_S,    "%s Hello %s, why do you call yourself %s? Extended:\nHELP\nVERB\nONEX\nMULT\nEXPN\nTICK\nXWIN3\n8BITMIME"
  65.     MSG_HWOAREYOU_S_S,      "%s Hello %s, why do you wish to remain anonymous? Extended:\nHELP\nVERB\nONEX\nMULT\nEXPN\nTICK\nXWIN3\n8BITMIME"
  66.     MSG_EHLLO_S_S,          "%s Hello %s, I do ESMTP\nHELP\nVERB\nONEX\nMULT\nEXPN\nTICK\nXWIN3\n8BITMIME"
  67.     MSG_TOOBUSY_S,          "%s is too busy. Please try again later."
  68.     MSG_ALREADYSENDER,      "Sender already specified"
  69.     MSG_SENDEROK_S,         "%s Sender Ok"
  70.     MSG_SENDEROK_8BITMIME_S,"%s Sender and 8BITMIME Ok."
  71.     MSG_RECIPIENTOK_S,      "%s Recipient Ok"
  72.     MSG_NEEDMAIL,           "Need a valid MAIL command"
  73.     MSG_NOTEMP,             "Can't open a temporary file for your message."
  74.     MSG_RESET,              "Reset State"
  75.     MSG_IDONTDOTHATYET,     "I don't do that yet. Sorry. :("
  76.     MSG_SYNTAXERROR,        "Syntax Error"
  77.     MSG_OK,                 "Ok"
  78.     MSG_GOODBYE_S,          "%s closing connection. Goodbye!"
  79.     MSG_VERBOSEMODE,        "Verbose mode. I wish I knew what that meant."
  80.     MSG_ONETRANSACTION,     "Only one transaction? I don't really care."
  81.     MSG_SHOWQ,              "Huh? You think Im stupid or something?"
  82.     MSG_DEBUGSET,           "You expect to get away with such a prank?"
  83.     MSG_UNKNOWN,            "Command unrecognized."
  84.     MSG_END_HELP_S,         "End of %s info"
  85.     MSG_MAILOPEN,           "Error opening Mail file. Try to re-send later."
  86.     MSG_TEMPOPEN,           "Error opening the mail I recorded from you. Try to re-send later."
  87.     MSG_SEEKERROR,          "Error seeking to the end of the Mail file. Try to re-send later."
  88.     MSG_SENDDATA,           "Enter mail, terminate with '.' alone on a line"
  89.     MSG_SEND8BITMIME,       "Enter 8BITMIME message, terminate with '<LF>.<CR><LF>'."
  90.     MSG_WIN3OK,             "Another Gates machine! Welcome!"
  91.  
  92.     ERROR_WSANOTINITIALISED,"WSANOTINITIALISED: Windows Sockets API not initialized!"
  93.     ERROR_WSAENETDOWN,      "WSAENETDOWN: WinSock says the network is down!"
  94.     ERROR_WSAENETUNREACH,   "WSAENETUNREACH: Network unreachable"
  95.     ERROR_WSAENETRESET,     "WSANETRESET: Network reset!"
  96.     ERROR_WSAECONNABORTED,  "WSAECONNABORTED: Connection aborted!"
  97.     ERROR_WSAECONNRESET,    "WSAECONNRESET: Connection reset?"
  98.     ERROR_WSAEACCES,        "WSAEACCES: Access error!"
  99.     ERROR_WSAEADDRINUSE,    "WSAEADDRINUSE: Something else is already using the SMTP port!"
  100.     ERROR_WSAEADDRNOTAVAIL, "WSAEADDRNOTAVAIL: Address not available"
  101.     ERROR_WSAEALREADY,      "WSAEALREADY: Already used/in use?"
  102.     ERROR_WSAEDESTADDRREQ,  "WSAEDESTADDRREQ: Destination address request"
  103.     ERROR_WSAEMSGSIZE,      "WSAEMSGSIZE: Message Size"
  104.     ERROR_WSAEBADF,         "WSAEBADF: Bad file?"
  105.     ERROR_WSAEFAULT,        "WSAEFAULT: Fault Error!"
  106.     ERROR_WSAEINTR,         "WSAEINTR: Interrupt Error!"
  107.     ERROR_WSAEINPROGRESS,   "WSAEINPROGRESS: Something is blocking!"
  108.     ERROR_WSAEAFNOSUPPORT,  "WSAEAFNOSUPPORT: AF Not supported?"
  109.     ERROR_WSAEINVAL,        "WSAEINVAL: Invalid parameter"
  110.     ERROR_WSAEMFILE,        "WSAEMFILE: Out of file handles?"
  111.     ERROR_WSAENOBUFS,       "WSAENOBUFS: No more buffers left"
  112.     ERROR_WSAEISCONN,       "WSAEICONN: You are already connected"
  113.     ERROR_WSAENOTCONN,      "WSAENOTCONN: You are not connected. You using Lanera's TCP/IP?"
  114.     ERROR_WSAESHUTDOWN,     "WSAESHUTDOWN: WinSock Shutdown iminent?"
  115.     ERROR_WSAETOOMANYREFS,  "WSAETOOMANYREFS: Too many references"
  116.     ERROR_WSAETIMEDOUT,     "WSAETIMEDOUT: Timed out!"
  117.     ERROR_WSAECONNREFUSED,  "WSAECONNREFUSED: Connection refused?"
  118.     ERROR_WSAELOOP,         "WSAELOOP: Loop?!?"
  119.     ERROR_WSAENAMETOOLONG,  "WSAENAMETOOLONG: Name too long?"
  120.     ERROR_WSAEHOSTDOWN,     "WSAEHOSTDOWN: Host down?"
  121.     ERROR_WSAEHOSTUNREACH,  "WSAEHOSTUNREACH: Host unreachable?"
  122.     ERROR_WSASYSNOTREADY,   "WSASYSNOTREADY: System not ready"
  123.     ERROR_WSAVERNOTSUPPORTED,"WSAVERNOTSUPPORTED: Version not supported"
  124.     ERROR_WSAHOST_NOT_FOUND,"WSAHOST_NOT_FOUND: Host not found"
  125.     ERROR_WSATRY_AGAIN,     "WSATRY_AGAIN: Try, try again"
  126.     ERROR_WSANO_RECOVERY,   "WSANO_RECOVERY: Can't recover"
  127.     ERROR_WSANO_DATA,       "WSANO_DATA: No data"
  128.     ERROR_WSAENOTSOCK,      "WSAENOTSOCK: Parameter was not a valid socket!"
  129.     ERROR_WSAEPROTOTYPE,    "WSAEPROTOTYPE: Bad protocol type?"
  130.     ERROR_WSAENOPROTOOPT,   "WSAENOPROTOOPT: No protocol option?"
  131.     ERROR_WSAEPROTONOSUPPORT,"WSAEPROTONOSUPPORT: Protocol not supported"
  132.     ERROR_WSAEOPNOTSUPP,    "WSAEOPNOTSUPP: Operation not supported"
  133.     ERROR_WSAEPFNOSUPPORT,  "WSAEPFNOSUPPORT: Protocol family not supported?"
  134.     ERROR_WSAEWOULDBLOCK,   "Requested operation would block, click OK!"
  135.     ERROR_UNKNOWN,          "WSA Error: Unknown error occured"
  136.  
  137. /* About time to break the HELP string up! */
  138.     CMDHELP,        "Commands:\n    HELO    EHLO    VERB    ONEX    MULT    MAIL\n    RCPT    DATA    RSET    VRFY    EXPN    XWIN3\n    SEND    SAML    SOML    TURN    NOOP    QUIT\n    TICK    SHOWQ   DEBUG\nFor more info use 'HELP <topic>'.\n"
  139.     CMDMAIL,        "MAIL FROM:<sender>\n    Specify sender. Only used once.\n    If you used EHLO, you can add a ' BODY=8BITMIME' to the end.\n    Example:\n        MAIL FROM: <harris.iblenke@ic1d.harris.com> BODY=8BITMIME\n"
  140.     CMDSEND,        "SEND FROM:<sender>\n    Send a message to the recipient's screen.\n"
  141.     CMDSAML,        "SAML FROM:<sender>\n    SEND and MAIL the recipient.\n"
  142.     CMDSOML,        "SOML FROM:<sender>\n    SEND or MAIL the recipient.\n"
  143.     CMDRCPT,        "RCPT TO:<recipient>\n    Specify receiver. Can be used a number of times. Example:\n        RCPT TO:<harris.iblenke@ic1d.harris.com>\n"
  144.     CMDDATA,        "DATA\n    Tells me that a mail message follows, terminated by a .{CR/LF}.\n     DATA{CR/LF}\n     Message{CR/LF}\n     .{CR/LF}\n"
  145.     CMDRSET,        "RSET\n    Resets my current State (I forget what you've told me).\n"
  146.     CMDVRFY,        "VRFY/EXPN\n    I am supposed to tell you if addresses are valid for me.\n     But I lie in my current version, I like everyone.\n"
  147.     CMDVERB,        "VERB\n    I  don't implement this command yet\n"
  148.     CMDNOOP,        "NOOP\n    I get to twiddle my thumbs!\n"
  149.     CMDQUIT,        "QUIT\n    I say goodbye. Then I crudely hang up.\n"
  150.     CMDHELO,        "HELO <hostname>\n    Lets you identify yourself to me. I really don't care though.\n"
  151.     CMDEHLO,        "EHLO <hostname>\n    Identifies yourself, and tells me to use the ESMTP extensions.\n"
  152.     CMDONEX,        "ONEX\n    Tells me that you only want to do one transaction.\n"
  153.     CMDMULT,        "MULT\n    Tells me you want to do multiple trasactions.\n"
  154.     CMDTICK,        "TICK\n    A nasty little blood sucking parasite\n    Er.. I mean, kinda like a NOOP\n"
  155.     CMDTURN,        "TURN\n    I am supposed to switch to SMTP client mode.\n    But I don't in my current incantation.\n"
  156.     CMDXWIN3,       "XWIN3\n    I notice that you are another MSWindows SMTP client.\n"
  157.     CMDDBGQSHOW,    "SHOWQ\n    My IQ is higher than your IQ, obviously.\n"
  158.     CMDDBGDEBUG,    "DEBUG\n    I don't have any bugs. So there. ;P\n    If I did, you would have to contact the author.\n    <harris.iblenke@ic1d.harris.com>"
  159. END
  160.